home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / rsync.postrm < prev    next >
Encoding:
Text File  |  2006-12-20  |  110 b   |  9 lines

  1. #!/bin/sh
  2. # postrm for rsync
  3.  
  4. if [ "$1" = "purge" ] ; then
  5.     update-rc.d rsync remove >/dev/null
  6. fi
  7.  
  8. exit 0
  9.